From 85e95a765d82e707bcb6fe727532e03373908d7e Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 5 Sep 2011 15:27:22 +0200 Subject: [PATCH] Mark string for translation --- gtk/gtkfontchooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfontchooserwidget.c b/gtk/gtkfontchooserwidget.c index fcc3672f3d..4ceb9facf8 100644 --- a/gtk/gtkfontchooserwidget.c +++ b/gtk/gtkfontchooserwidget.c @@ -114,7 +114,7 @@ struct _GtkFontChooserWidgetPrivate #define ROW_FORMAT_STRING "%s\n%s" -#define NO_FONT_MATCHED_SEARCH "No fonts matched your search. You can revise your search and try again." +#define NO_FONT_MATCHED_SEARCH N_("No fonts matched your search. You can revise your search and try again.") /* These are what we use as the standard font sizes, for the size list. */ -- 2.30.2